home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # dhcp-relay.hlp
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: dhcp-relay.hlp,v 1.10 1997/04/17 21:23:03 shotes Exp $
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Configuring a DHCP Relay Agent</H2>
- <P>
- The DHCP relay agent, <VAR>dhcp_relay</VAR>, runs on a system on each
- network and forwards DHCP requests to the DHCP master server. To determine
- the location of the DHCP server, <VAR>dhcp_relay</VAR> reads the
- <VAR>/var/dhcp/config/dhcp_relay.servers</VAR> file, which contains a list
- of DHCP server hostnames or addresses.
- </P>
- <P>
- Use the DHCP Relay Options form to manage relay agents and configure
- <VAR>dhcp_relay</VAR> options:
- </P>
- <P>
- <STRONG>Enable DHCP relay agent:</STRONG> This selection controls
- whether the relay agent should run on this system and forward requests
- to the server. Select <VAR>Yes</VAR> to turn the relay agent on, and
- select <VAR>No</VAR> to turn it off.
- </P>
- (Default value: No)
- <P>
- <STRONG>Add New Server:</STRONG>
- Use the field beside this button to enter a new DHCP server to which
- the relay agent can forward configuration requests. To add a server,
- enter a hostname or an IP address in dotted decimal notation (such as
- 1.2.3.4) notation and click <VAR>Add New Server</VAR>. Click the
- <VAR>Ok</VAR> button to put the changes into effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>Delete Existing Server:</STRONG> This selection
- removes a server from the DHCP server list, preventing the relay agent from
- forwarding configuration requests to the server. To remove a server,
- select its name or IP address from the DHCP server list and click
- <VAR>Delete Existing Server</VAR>; then click the <VAR>Ok</VAR> button.
- </P>
- (Default value: none)
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
-
- EndOfFile
-
-